Skip to main content
Glama

MCP TabNews Integration

get content

Retrieve content from TabNews API by providing a username and slug, enabling integration with MCP TabNews for streamlined data fetching and analysis.

Instructions

get content from tabnews api

Input Schema

NameRequiredDescriptionDefault
slugYesThe slug to get the content
usernameYesThe username to get the content

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "slug": { "description": "The slug to get the content", "type": "string" }, "username": { "description": "The username to get the content", "type": "string" } }, "required": [ "username", "slug" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/renant/mcp-tabnews'

If you have feedback or need assistance with the MCP directory API, please join our Discord server